home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / tbag / 1-10 / tb8 / doc-files / more.doc < prev    next >
Text File  |  1986-09-11  |  2KB  |  48 lines

  1.  
  2.                 MORE Version 1.1
  3.  
  4.         More() is an Amiga version of the Unix utility of the same name
  5.     inspired by Rich Wirch,s artical in Amazing Computing Vol1/Num2.
  6.     It is a very simple, relatively small ( <5 KB ), and (I think) 
  7.     extremely useful text file viewer. It is a handy thing to have on
  8.     your RAM: disk.
  9.  
  10.     I have converted Rich's original program to Manx, reorganized it,
  11.     squashed a few minor bugs and added some features, including three
  12.     new commands:
  13.  
  14.     Commands:
  15.  
  16.         <SP>  Scroll forward a full window.
  17.         D     Scroll forward 1/2 window.
  18.         <RTN> Scroll forward one line.
  19.         T     Return to the top of the file.
  20.         B     Scroll backwards one window.
  21.         <ESC> Close file & return to CLI/WorkBench
  22.  
  23.     More() is WorkBench compatible. You can either make icons for your 
  24.     text files that have their default tools set to more or, use 
  25.     "extended selection". Of course, it can also be invoked from CLI by 
  26.     "more <filename>". The front end that converts a WB invocation into
  27.     something a CLI program can understand is Rich's creation.
  28.  
  29.     More() behaves reasonably well when the window is resized, thanks
  30.     to Scott Ballantyne, who straightened me out on WINDOW STATUS
  31.     REQUEST, which is incorrectly documented in the RKM.
  32.  
  33.     The program doesn't generate any error messages. If the program 
  34.     exits immediately, the most likely reason is that the text file 
  35.     specified doesn't exist.
  36.  
  37.     Finally, the program examines the input data and gives you a chance 
  38.     to bail out, if you've accidently fed it a file with binary data.
  39.  
  40.     KNOWN BUGS:
  41.  
  42.     If a viewed file has a bunch of binary charactors at the end, more()
  43.     occationally locks up. This has only happened to me once in months of
  44.     heavy use.
  45.  
  46.                     Drew Lucy  (CIS  76337,75)
  47.  
  48.